473,418 Members | 2,248 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,418 software developers and data experts.

How to make a onmouseclick/onmouseout/onmouseover button?

Alright, just a quick introduction. My name is David; i'm 13. And I need help making a button for my gaming profile. Don't laugh :)

This is the website: www.tinierme.com

This is my profile which I am making the button to link to my trading list: http://www.tinierme.com/tinierme/myp...lfDispFlg=true

So, I can't make my button have a link on it. This is what i've got so far..

<img src="http://i880.photobucket.com/albums/ac2/jenannaeliz/cooltext462954504.png"
onmouseover="this.src='http://i880.photobucket.com/albums/ac2/jenannaeliz/cooltext462954504MouseOver.png';" onmouseout="this.src='http://i880.photobucket.com/albums/ac2/jenannaeliz/cooltext462954504.png';" />

What HTML code do I put it in so it will link to a website? And where do I put it..? It would help if someone could copy that code, and put the HTML codes + an example in the correct area.

THANKS A LOT!!

quick edit: I also googled, binged, yahooed this question..No one knew what the hell I was talking about..
Attached Images
File Type: jpg cooltext462954504.jpg (7.0 KB, 209 views)
File Type: jpg cooltext462954504MouseOver.jpg (6.9 KB, 206 views)
Jun 27 '10 #1
1 4173
Dormilich
8,658 Expert Mod 8TB
What HTML code do I put it in so it will link to a website?
basically
Expand|Select|Wrap|Line Numbers
  1. <a href="…"><img src="…" width="…" height="…" alt="…"></a>
you can go even further and use CSS instead of JavaScript to make the image rollover.
Jun 28 '10 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: Bruce W...1 | last post by:
How does one make a flat-looking button or text field? That is with no bevelled edges, maybe just a thin line on the edge? I know you can do it with Macromedia Flash but there must be other...
3
by: David Hearn | last post by:
I have a datalist that I have inserted a radio button into. The datalist populates with a list of items and each one has a radio button next to it. I need to use the radio button to allow the user...
2
by: Thevercad | last post by:
i had come across a problem trying to find an equivalent for onmouseleave for the netscape browser. I happened to find a thread in here, discussing the same problem, but with no solutions in the end....
7
by: davidbrock | last post by:
Hi all I have tried it all and I could not make it. How can I make a cool button based on the input control? I found many sullotion on how to make it work with other controls... Thansk...
2
by: zillou32 | last post by:
Hi guy, my question is as follows, am currently working on an excel sheet and need to add a vb command button. the action of this button is to to sent the sheet by mail (outlook). the command...
5
by: sethia4u | last post by:
Dear Programmers, when I click on logout button I redirect my page to login page again, session variables to null, but when I click on back button previous page is appeared. so plz tell me...
7
by: Marren02 | last post by:
Hi, I have looked on the internet for quite some time concerning this issue The problem is loads and loads and loads of people use their examples instead of simply stating what code you use...
1
by: Nour469 | last post by:
Hello, I have a problem when I run search, I have fields for: name, clientID and phoneNo. When a client calls I need to find them in the database, they might give me the name and it might not...
4
by: negus | last post by:
so basically i have a textbox and i need to be able to hit the enter key and have it click a button its for my web browser project im doing for a final and cant seem to figure it out i have the...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.